2008-09-03 Matthias Clasen <mclasen@redhat.com>
+
+ * gtk/gtkcolorseldialog.c: More doc fixes
* gtk/gtktestutils.c: Fix a typo in the docs.
/**
* gtk_color_selection_dialog_get_color_selection:
- * @colorseldiag: a #GtkColorSelectionDialog
+ * @colorsel: a #GtkColorSelectionDialog
*
* Retrieves the #GtkColorSelection widget embedded in the dialog.
*
* Since: 2.14
**/
GtkWidget*
-gtk_color_selection_dialog_get_color_selection (GtkColorSelectionDialog *colorseldiag)
+gtk_color_selection_dialog_get_color_selection (GtkColorSelectionDialog *colorsel)
{
- g_return_val_if_fail (GTK_IS_COLOR_SELECTION_DIALOG (colorseldiag), NULL);
+ g_return_val_if_fail (GTK_IS_COLOR_SELECTION_DIALOG (colorsel), NULL);
- return colorseldiag->colorsel;
+ return colorsel->colorsel;
}
static void